home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Standards 1994 January / InfoMagic Standards - January 1994.iso / iso / sc6_gmi.gdm < prev    next >
Text File  |  1991-12-16  |  19KB  |  499 lines

  1. --Annex C 
  2. --Syntax Imported from ISO 10165-5 (SC6 GMI)
  3. --(This annex is normative) 
  4.  
  5.  
  6. -- Generic Managed Object Class Definitions
  7.  
  8. MODULE "Rec. X.723 | ISO/IEC 10165-5"
  9.  
  10. -- Communication information record
  11.  
  12. -- The communicationsInformationRecord object class is used to define
  13. -- the information stored in a log as a result of receiving event reports
  14. -- with a communication information event type. The semantics of the 
  15. -- object class, namely its attributes and behaviour, are derived from
  16. -- the communicationsInformation notification.
  17.  
  18. communicationsInformationRecord MANAGED OBJECT CLASS
  19. DERIVED FROM "Rec. X.721 | ISO/IEC 10165-2 : 1992":eventLogRecord;
  20. CHARACTERIZED BY communicationsInformationRecordP1 PACKAGE  
  21.     BEHAVIOUR communicationsInformationRecordB1 BEHAVIOUR
  22.         DEFINED AS 
  23.             !Log record class for communicationsInformation events.!;
  24.     ;
  25.     ATTRIBUTES
  26.         informationType GET;
  27.     ;;
  28. CONDITIONAL PACKAGES
  29.     informationDataPackage PACKAGE
  30.         ATTRIBUTES 
  31.             informationData GET;
  32.     REGISTERED AS {CommonMgt.poi informationDataPackage(1001)};
  33.     PRESENT IF !The informationData parameter is present in the 
  34.                communicationsInformation event report corresponding to 
  35.                the instance of communicationsInformationRecord.!;
  36. REGISTERED AS {CommonMgt.moi communicationsInformationRecord(1101)};
  37.  
  38. -- Communications entity
  39.  
  40. -- Summary of changes to 10165-5:
  41.  
  42. -- 1. Added CCITT part to document references.
  43.  
  44. -- 2. Gave plural labels to set-valued attributes.
  45. -- 3. Fixed typo in label communicationsEentityId.
  46. -- 4. Did not register mandatory package.
  47.  
  48. communicationsEntity MANAGED OBJECT CLASS
  49. DERIVED FROM "Rec. X.721 | ISO/IEC 10165-2 : 1992":top;
  50. CHARACTERIZED BY communicationsEntityP1 PACKAGE
  51.     BEHAVIOUR
  52.         communicationsEntityB1 BEHAVIOUR
  53.             DEFINED AS 
  54.             !A communications entity supports the disabled and enabled 
  55.             values of the operationalState attribute as described in 
  56.             CCITT Rec. X.731 | ISO/IEC 10164-2 as follows:
  57.             - an entity is disabled if it is inoperable or a resource
  58.               upon which it depends is inoperable.
  59.             - an entity is enabled if it is operable.!;
  60.     ;
  61.     ATTRIBUTES communicationsEntityId GET, 
  62.                localSapNames GET,          
  63.                "Rec. X.721 | ISO/IEC 10165-2 : 1992":operationalState GET;
  64.     ;; 
  65. REGISTERED AS {CommonMgt.moi communicationsEntity(1002)};
  66.  
  67.  
  68. -- Connection
  69.  
  70. -- Summary of changes to 10165-5:
  71.  
  72. -- 1. Added CCITT part to document references.
  73. -- 2. Gave plural label to set-valued attribute.
  74. -- 3. Did not register mandatory package.
  75. -- 4. Removed attributes not generally applicable in all layers.
  76.  
  77. connection MANAGED OBJECT CLASS
  78. DERIVED FROM "Rec. X.721 | ISO/IEC 10165-2 : 1992":top;
  79. CHARACTERIZED BY connectionP1 PACKAGE
  80.     BEHAVIOUR 
  81.         connectionB1 BEHAVIOUR
  82.             DEFINED AS 
  83.                 !This managed object class represents the view of a 
  84.                 single-peer connection between a pair of entities as seen 
  85.                 by the local entity.!;
  86.     ;
  87.     ATTRIBUTES connectionId GET,              
  88.                underlyingConnectionNames GET;
  89.     ;; 
  90. REGISTERED AS {CommonMgt.moi connection(1003)};
  91.  
  92.  
  93.  
  94. -- Connectionless-mode Protocol Machine
  95.  
  96. -- Summary of changes to 10165-5:
  97.  
  98. -- 1. Added CCITT part to document references.
  99. -- 2. Did not register mandatory package.
  100. -- 3. Changed name of naming attribute to clProtocolMachineId.
  101. -- 4. Removed DEFAULT VALUE and REQUIRED VALUES on naming attribute.
  102. -- 5. Generalised description.
  103.  
  104. clProtocolMachine MANAGED OBJECT CLASS
  105. DERIVED FROM "Rec. X.721 | ISO/IEC 10165-2 : 1992":top;
  106. CHARACTERIZED BY clProtocolMachineP1 PACKAGE
  107.     BEHAVIOUR 
  108.         clProtocolMachineB1 BEHAVIOUR
  109.             DEFINED AS 
  110.                 !A protocol machine which performs connectionless-mode
  111.                 communications functions.!;
  112.     ;
  113.     ATTRIBUTES clProtocolMachineId GET,
  114.                "Rec. X.721 | ISO/IEC 10165-2 : 1992":operationalState GET;
  115.     ;; 
  116. REGISTERED AS {CommonMgt.moi clProtocolMachine(1004)};
  117.  
  118.  
  119. -- Connection-mode Protocol Machine
  120.  
  121. -- Summary of changes to 10165-5:
  122.  
  123. -- 1. Added CCITT part to document references.
  124. -- 2. Did not register mandatory package.
  125. -- 3. Changed name of naming attribute to coProtocolMachineId.
  126. -- 4. Removed DEFAULT VALUE and REQUIRED VALUES on naming attribute.
  127. -- 5. Generalised description.
  128.  
  129. coProtocolMachine MANAGED OBJECT CLASS
  130. DERIVED FROM "Rec. X.721 | ISO/IEC 10165-2 : 1992":top;
  131. CHARACTERIZED BY coProtocolMachineP1 PACKAGE
  132.     BEHAVIOUR 
  133.         coProtocolMachineB1 BEHAVIOUR
  134.             DEFINED AS 
  135.                 !A protocol machine which performs connection-mode
  136.                 communications functions.!;
  137.     ;
  138.     ATTRIBUTES coProtocolMachineId GET,
  139.                "Rec. X.721 | ISO/IEC 10165-2 : 1992":operationalState GET;
  140.     ;; 
  141. REGISTERED AS {CommonMgt.moi coProtocolMachine(1005)};
  142.  
  143.  
  144.  
  145. -- Sap 1
  146.  
  147. -- Summary of changes to 10165-5:
  148.  
  149. -- 1. Added CCITT part to document references.
  150. -- 2. Gave plural label to set-valued attribute.
  151. -- 3. Did not register mandatory package.
  152.  
  153. sap1 MANAGED OBJECT CLASS
  154. DERIVED FROM "Rec. X.721 | ISO/IEC 10165-2 : 1992":top;
  155. CHARACTERIZED BY sap1P1 PACKAGE
  156.     BEHAVIOUR 
  157.         sap1B1 BEHAVIOUR
  158.             DEFINED AS 
  159.                 !This managed object represents the point at which an
  160.                 entity provides services to the user entity. Refer to the
  161.                 Basic Reference Model for the definition of (N)-sap.!;
  162.     ;
  163.     ATTRIBUTES sapId GET,
  164.                sap1Address GET,
  165.                userEntityNames GET;
  166.     ;; 
  167. REGISTERED AS {CommonMgt.moi sap1(1008)};
  168.  
  169. -- Sap 2
  170.  
  171. -- Summary of changes to 10165-5:
  172.  
  173. -- 1. Added CCITT part to document references.
  174. -- 2. Gave plural labels to set-valued attributes.
  175. -- 3. Did not register mandatory package.
  176.  
  177. sap2 MANAGED OBJECT CLASS
  178. DERIVED FROM "Rec. X.721 | ISO/IEC 10165-2 : 1992":top;
  179. CHARACTERIZED BY sap2P1 PACKAGE
  180.     BEHAVIOUR 
  181.         sap2B1 BEHAVIOUR
  182.             DEFINED AS 
  183.                 !A service access point, the address of which is 
  184.                 independent of the SAP of the underlying layer.!;
  185.     ;
  186.     ATTRIBUTES sapId GET,
  187.                sap2Addresses GET,
  188.                userEntityNames GET,
  189.                providerEntityNames GET;
  190.     ;; 
  191. REGISTERED AS {CommonMgt.moi sap2(1009)};
  192.  
  193.  
  194. -- Subsystem
  195.  
  196. -- Summary of changes to 10165-5:
  197.  
  198. -- 1. Added CCITT part to document references.
  199. -- 2. Fixed typo in naming attribute.
  200. -- 3. Did not register mandatory package.
  201.  
  202. subsystem MANAGED OBJECT CLASS
  203. DERIVED FROM "Rec. X.721 | ISO/IEC 10165-2 : 1992":top;
  204. CHARACTERIZED BY subsystemP1 PACKAGE
  205.     BEHAVIOUR 
  206.         subsystemB1 BEHAVIOUR
  207.             DEFINED AS 
  208.                 !This managed object class represents a portion of a 
  209.                 system where components are named independently of the
  210.                 components of other subsystems.!;
  211.     ;
  212.     ATTRIBUTES subsystemId GET;
  213.     ;; 
  214. REGISTERED AS {CommonMgt.moi subsystem(1010)};
  215. -- 
  216. -- Attributes
  217.  
  218. clProtocolMachineId ATTRIBUTE
  219. WITH ATTRIBUTE SYNTAX CommonMgt.ProtocolMachineId;
  220. MATCHES FOR EQUALITY;
  221. REGISTERED AS {CommonMgt.aoi clProtocolMachineId(1051)};
  222. communicationsEntityId ATTRIBUTE
  223. WITH ATTRIBUTE SYNTAX CommonMgt.CommunicationsEntityId;
  224. MATCHES FOR EQUALITY;
  225. REGISTERED AS {CommonMgt.aoi communicationsEntityId(1003)};
  226. informationData ATTRIBUTE
  227. WITH ATTRIBUTE SYNTAX CommonMgt.InformationData;
  228. REGISTERED AS {CommonMgt.aoi informationData(1052)};
  229. informationType ATTRIBUTE
  230. WITH ATTRIBUTE SYNTAX CommonMgt.InformationType;
  231. MATCHES FOR EQUALITY;
  232. REGISTERED AS {CommonMgt.aoi informationType(1053)};
  233. connectionId ATTRIBUTE
  234. WITH ATTRIBUTE SYNTAX CommonMgt.ConnectionId;
  235. MATCHES FOR EQUALITY;
  236. REGISTERED AS {CommonMgt.aoi connectionId(1004)};
  237.  
  238. coProtocolMachineId ATTRIBUTE
  239. WITH ATTRIBUTE SYNTAX CommonMgt.ProtocolMachineId;
  240. MATCHES FOR EQUALITY;
  241. REGISTERED AS {CommonMgt.aoi coProtocolMachineId(1050)};
  242. localSapNames ATTRIBUTE
  243. WITH ATTRIBUTE SYNTAX CommonMgt.ProviderObjects;
  244. -- Note: Not derived from DMI.providerobject as in 10165-5.
  245. MATCHES FOR EQUALITY, SET-COMPARISON, SET-INTERSECTION;
  246. REGISTERED AS {CommonMgt.aoi localSapNames(1007)};
  247. nonWrappingCounter ATTRIBUTE
  248. WITH ATTRIBUTE SYNTAX CommonMgt.NonWrappingCounter;
  249. MATCHES FOR EQUALITY, ORDERING;
  250. BEHAVIOUR 
  251.     nonWrappingCounterB BEHAVIOUR
  252.         DEFINED AS 
  253.         !Generic non-wrapping counter. Never instantiated - used 
  254.         to derive specific non-wrapping counter attributes. All counters 
  255.         derived from nonWrappingCounter shall have a mandatory initial value
  256.         of zero. The value of a counter attribute derived from this shall be 
  257.         incremented by an amount as specified in the behaviour of the refined 
  258.         attribute, and shall increase monotonically. It shall be implemented  
  259.         in such a way that under all foreseable circumstances the upper bound 
  260.         on its value shall not be limited to a value less than 2^64-1. This does not
  261.         require the system to maintain a 64-bit counter if the characteristics of the 
  262.         implementation are such that all achievable count values can be contained
  263.         in a smaller number of bits.!;;
  264. ;-- Note, since this attribute is never instantiated, no object identifier 
  265. -- is registered.
  266. providerEntityNames ATTRIBUTE
  267. WITH ATTRIBUTE SYNTAX CommonMgt.ProviderObjects;
  268. -- Note: Not derived from DMI.providerobject as in 10165-5.
  269. MATCHES FOR EQUALITY, SET-COMPARISON, SET-INTERSECTION;
  270. -- Note: The set-valued operations not specified in 10165-5.
  271. REGISTERED AS {CommonMgt.aoi providerEntityNames(1011)};
  272. sap1Address ATTRIBUTE
  273. WITH ATTRIBUTE SYNTAX CommonMgt.Sap1Address;
  274. MATCHES FOR EQUALITY;
  275. REGISTERED AS {CommonMgt.aoi sap1Address(1013)};
  276. sap2Addresses ATTRIBUTE
  277. WITH ATTRIBUTE SYNTAX CommonMgt.Sap2Addresses;
  278. MATCHES FOR EQUALITY, SET-COMPARISON, SET-INTERSECTION;
  279. BEHAVIOUR sap2AddressesB BEHAVIOUR
  280.     DEFINED AS 
  281.         !The set of addresses of a SAP.!;;
  282. REGISTERED AS {CommonMgt.aoi sap2Addresses(1014)};
  283.  
  284. sapId ATTRIBUTE
  285. WITH ATTRIBUTE SYNTAX CommonMgt.SapId;
  286. MATCHES FOR EQUALITY;
  287. REGISTERED AS {CommonMgt.aoi sapId(1015)};
  288. timer ATTRIBUTE
  289. WITH ATTRIBUTE SYNTAX CommonMgt.Timer;
  290. MATCHES FOR EQUALITY, ORDERING;
  291. BEHAVIOUR 
  292.     timerB BEHAVIOUR
  293.         DEFINED AS
  294.             !A timer whose value may be set and read to the precision 
  295.             implied by the syntax definition, but whose effect on the 
  296.             precision with which the protocol events controlled by this
  297.             timer are generated is determined by the implementation. The 
  298.             details of this precision shall be stated in the MOCS. The 
  299.             exponent of the timer value shall be encoded as a decimal
  300.             exponent in the exponent field of the syntax, i.e. the value
  301.             of the timer shall be mantissa*10^exponent.!;;
  302. ;-- Note, since this attribute is never instaniated, no object identifier
  303. -- is registered.
  304. subsystemId ATTRIBUTE
  305. WITH ATTRIBUTE SYNTAX CommonMgt.SubsystemId;
  306. MATCHES FOR EQUALITY;
  307. REGISTERED AS {CommonMgt.aoi subsystemId(1016)};
  308. underlyingConnectionNames ATTRIBUTE
  309. WITH ATTRIBUTE SYNTAX CommonMgt.ProviderObjects;
  310. -- Note: Not derived from DMI.providerobject as in 10165-5.
  311. MATCHES FOR EQUALITY, SET-COMPARISON, SET-INTERSECTION;
  312. REGISTERED AS {CommonMgt.aoi underlyingConnectionNames(1019)};
  313. userEntityNames ATTRIBUTE
  314. WITH ATTRIBUTE SYNTAX CommonMgt.UserObjects;
  315. -- Note: Not derived from DMI.userobject as in 10165-5.
  316. MATCHES FOR EQUALITY, SET-COMPARISON, SET-INTERSECTION;
  317. REGISTERED AS {CommonMgt.aoi userEntityNames(1020)};
  318.  
  319. -- Attribute groups
  320.  
  321. counters ATTRIBUTE GROUP
  322. -- Empty group definition. Counters are added to the group in 
  323. -- package definitions.
  324. DESCRIPTION 
  325.     !The group of all counter attributes.!;
  326. REGISTERED AS {CommonMgt.agoi counters(1001)};
  327.  
  328.  
  329. -- Actions
  330.  
  331. activate ACTION
  332. BEHAVIOUR activateB BEHAVIOUR
  333.     DEFINED AS
  334.     !Initializes the operation of the resource. As a result of the action,
  335.     the sequence of operations necessary to cause the resource to enter
  336.     its operational mode shall be initiated. These may include, for example, 
  337.     checks against attribute constraint violation and checks on the validity of
  338.     relationship attributes (cross-layer and other). If these operations are
  339.     successfully initiated, the administrative state (if present) shall be
  340.     changed to 'unlocked' and the value 'successResponse' shall be
  341.     returned in the responseCode parameter of the action reply. If these
  342.     operations cannot be successfully initiated, the value
  343.     'failureResponse' shall be returned,together with a failure reason
  344.     parameter describing the reason for the failure.
  345.     On successful completion of these operations, the operational state
  346.     shall have the value 'enabled'.
  347.     Depending on the current state of the resource, some or all of the
  348.     above operations may be unneccessary.!;;
  349. MODE CONFIRMED;
  350. WITH REPLY SYNTAX CommonMgt.ActionReply;
  351. REGISTERED AS {CommonMgt.acoi activate(1001)};
  352. deactivate ACTION
  353. BEHAVIOUR deactivateB BEHAVIOUR
  354.     DEFINED AS 
  355.         !Terminates the operation of the resource. As a result of the 
  356.         action the sequence of operations necessary to cause the resource 
  357.         to cease operation shall be initiated.  If these operations are 
  358.         successfully initiated, the administrative state (if present) shall 
  359.         be changed to 'locked' and the value 'successResponse' shall be 
  360.         returned in the responseCode parameter of the action reply. If 
  361.         these operations cannot be successfully initiated, the value
  362.         'failureResponse' shall be returned,together with a failure reason 
  363.         parameter describing the reason for the failure.
  364.         On completion of these operations, the operational state shall have
  365.         the value 'disabled'.
  366.         Depending on the current state of the resource, some or all of the
  367.         above operations may be unneccessary.!;;
  368. MODE CONFIRMED;
  369. WITH REPLY SYNTAX CommonMgt.ActionReply;
  370. REGISTERED AS {CommonMgt.acoi deactivate(1002)};
  371.  
  372. shutdown ACTION
  373. BEHAVIOUR shutdownB BEHAVIOUR 
  374.     DEFINED AS 
  375.         !Shuts down the operation of the resource. If at the time, the
  376.         resource has existing users, the administrative state shall become
  377.         'shutting down', and no new users of the resource shall be
  378.         permitted. The value 'successResponse' shall be returned in the
  379.         responseCode parameter of the action reply. If the resource cannot
  380.         be shut down the value 'failureResponse' shall be returned,together 
  381.         with a failure reason parameter describing the reason for the 
  382.         failure.
  383.         When, subsequently, the number of existing users drops to zero, 
  384.         the sequence of operations necessary to cause the resource to cease
  385.         operation shall be initiated.  The administrative state shall be
  386.         changed to 'locked'.  When these operations are completed the
  387.         operational state shall become 'disabled'.
  388.         If at the time the resource has no existing users, the sequence of
  389.         operations necessary to cause the resource to cease operation shall 
  390.         be initiated.  he administrative state shall be changed to 'locked'.
  391.         The value 'successResponse' shall be returned in the responseCode
  392.         parameter of the action reply.  If the resource cannot be shut down
  393.         the value 'failureResponse' shall be returned,together with a 
  394.         failure reason parameter describing the reason for the failure. 
  395.         When the operations initiated above are completed the operational 
  396.         state shall become 'disabled'.
  397.         Depending on the current state of the resource, some or all of the
  398.         above operations may be unneccessary.!;;
  399. MODE CONFIRMED;
  400. WITH REPLY SYNTAX CommonMgt.ActionReply;
  401. REGISTERED AS {CommonMgt.acoi shutdown(1003)};
  402.  
  403.  
  404. -- Notifications
  405.  
  406. communicationsInformation NOTIFICATION
  407. BEHAVIOUR communicationsInformationB BEHAVIOUR
  408.     DEFINED AS 
  409.         !This notification may be used to report the occurence of 
  410.         events pertaining to the normal operation of a managed object.
  411.         These are informational events; important enough to report, but
  412.         not requiring any further action by a manager. Faults and
  413.         abnornal conditions (which may require manager action) shall be 
  414.         reported using the event types defined in 
  415.         Rec.X.733 | ISO/IEC 10164-4.!;;
  416. WITH INFORMATION SYNTAX CommonMgt.CommunicationsInformation
  417. AND ATTRIBUTE IDS
  418.  
  419.     informationType informationType,
  420.     informationData informationData;
  421. REGISTERED AS {CommonMgt.noi communicationsInformation(1001)};
  422.          
  423.  
  424. -- Functional unit packages
  425.  
  426.  
  427. -- The following object identifier
  428.  
  429. --    {CommonMgt.fupoi informationEventReports(1000)}
  430.  
  431. -- is assigned as a value of the ASN.1 type FunctionalUnitPackageId
  432. -- defined in CCITT Rec.X.701 | ISO/IEC 10040 to use for negotiating
  433. -- use of the following functional unit
  434.  
  435. --      0 communication information functional unit
  436. -- 
  437. -- where the number identifies the bit position assigned to the 
  438. -- functional unit.
  439. END
  440.  
  441. -- ASN.1 definitions
  442.  
  443. CommonMgt {joint-iso-ccitt network-layer(13) management(0) sc6-gmi(0) 
  444.            asn1Module(2) 0}
  445. DEFINITIONS IMPLICIT TAGS ::= BEGIN
  446. -- EXPORTS everything
  447. -- "infrastructure" object identifier definitions
  448. cmoi OBJECT IDENTIFIER ::= {joint-iso-ccitt network-layer(13) management(0) sc6-gmi(0)}
  449. sseoi OBJECT IDENTIFIER ::= {cmoi standardSpecificExtensions(0)}
  450. fupoi OBJECT IDENTIFIER ::= {cmoi functionalUnitPackage(1)}
  451. moi OBJECT IDENTIFIER ::= {cmoi managedObjectClass(3)}
  452. poi OBJECT IDENTIFIER ::= {cmoi package(4)}
  453. proi OBJECT IDENTIFIER ::= {cmoi parameter(5)}
  454. aoi OBJECT IDENTIFIER ::= {cmoi attribute(7)}
  455. agoi OBJECT IDENTIFIER ::= {cmoi attributeGroup(8)}
  456. acoi OBJECT IDENTIFIER ::= {cmoi action(9)}
  457. noi OBJECT IDENTIFIER ::= {cmoi notification(10)}
  458.  
  459. -- other definitions
  460. ActionInfo ::= SET OF Parameter
  461. ActionReply ::= SEQUENCE{
  462.     responseCode OBJECT IDENTIFIER,
  463.     responseArgs SET OF Parameter OPTIONAL}
  464. counterInitialValue NonWrappingCounter ::= 0
  465. InformationData ::= SET OF Parameter
  466. CommunicationsInformation ::= SEQUENCE{
  467.     informationType InformationType,
  468.     informationData InformationData OPTIONAL}
  469. InformationType ::= OBJECT IDENTIFIER
  470. CommunicationsEntityId ::= GraphicString
  471. ConnectionId ::= GraphicString
  472. failureResponse OBJECT IDENTIFIER ::= {responseCode failureResponse(1001)}
  473. informationEventReports OBJECT IDENTIFIER ::= {fupoi 
  474.                                               informationEventReports(1000)}
  475. NonWrappingCounter ::= Integer(0..18446744073709551616) -- (0..2^64-1)
  476. NotificationInfo ::= SET OF Parameter
  477. Parameter ::= SEQUENCE{
  478.     paramId OBJECT IDENTIFIER,
  479.     paramInfo ANY DEFINED BY paramId}
  480. ProtocolMachineId ::= GraphicString
  481. ProviderObjects ::= SET OF CMIP-1.BaseManagedObjectId
  482. -- only the localDistinguishedName form of ObjectInstance is used
  483. responseCode OBJECT IDENTIFIER ::= {proi responseCode(1001)}
  484. -- value assignments for specific action response codes are registered 
  485. -- under this OID.  
  486. ResponseCode ::= OBJECT IDENTIFIER
  487. Sap1Address ::= Integer
  488. Sap2Addresses ::= SET OF OctetString
  489. SapId ::= GraphicString
  490. SubsystemId ::= GraphicString
  491. successResponse OBJECT IDENTIFIER ::= {responseCode successResponse(1002)}
  492. Timer ::= Sequence{
  493.     exponent [1] INTEGER(-62..63),
  494.     mantissa [2] INTEGER(0..65535)}
  495. UserObjects ::= SET OF CMIP-1.BaseManagedObjectId
  496. -- only the localDistinguishedName form of ObjectInstance is used
  497. END
  498.  
  499.